home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000096_news@columbia.edu _Tue May 1 18:15:48 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id SAA21417
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 1 May 2001 18:15:47 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id RAA25702
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 1 May 2001 17:50:04 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Binx Bolling <binxboll_usenet@hotmail.com>
  10. Subject: Re: Kermit embedded in Labview ?
  11. Date: 01 May 2001 17:40:22 -0400
  12. Organization: Needs improvement.
  13. Message-ID: <m3elu84uk9.fsf@collibf1.jhuapl.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  17.  
  18. > In article <3ae4138b_1@news.datacomm.ch>,
  19. > jean-luc <jgriess@caramail.com> wrote:
  20. > : ever seen a VI managing Kermit file transfer ?
  21. > : 
  22. > What is a VI?
  23. > - Frank
  24.  
  25. A VI is a Virtual Instrument, a Labview program. Typically it has a
  26. GUI front end on top of a "graphical" program, i.e. a diagram with
  27. data-driven I/O, logic, etc. Labview is very popular in labs that need
  28. to quickly develop data acquisition and instrument control software
  29. for experiments.
  30.  
  31. And yes, I have written a rudimentary labview implementation of the
  32. kermit protocol, pretty much lifted from your book, which works over
  33. the serial port on a pc, mac or unix machine. Did it mostly to get a
  34. feel for labview and to be able to talk to the odd instrument that
  35. speaks Kermit.
  36.  
  37. bb